![]() |
IsWindowCollapsable |
||||
Header: | MacWindows.h | Carbon status: | Supported | |
Determines whether a window can be collapsed.
Boolean IsWindowCollapsable ( WindowRef window );
A pointer to the window to be examined.
If true, the window can be collapsed; otherwise, false.
Your program can call the IsWindowCollapsable function to determine if a given window can be programmatically collapsed by calling the function CollapseWindow. Whether a window is collapsable is determined by whether the window definition function returns the feature bit kWindowCanCollapse in response to a kWindowGetFeatures message.
This function is available with Appearance Manager 1.0 and later.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)